Update System
2011/11/09 |
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-plugin-fastestmirror' that looks for fast server and download packages from there automatically. |
[root@dlp ~]# yum -y install yum-plugin-fastestmirror Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-2.fc16 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: yum-plugin-fastestmirror noarch 1.1.31-2.fc16 fedora 24 k Transaction Summary ================================================================================ Install 1 Package Total download size: 24 k Installed size: 24 k Downloading Packages: yum-plugin-fastestmirror-1.1.31-2.fc16.noarch.rpm | 24 kB 00:00 Running Transaction Check Running Transaction Test Transaction Test Succeeded Running Transaction Installing : yum-plugin-fastestmirror-1.1.31-2.fc16.noarch 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.31-2.fc16 Complete![root@dlp ~]# yum -y update
|